home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / Chip_2004-01_cd1.bin / software / rosoft / rosoft.exe / {app} / RosoftLameEncoderFree.exe / 0 / RCDATA / TFORMOUTPUTDESTINATION / TFORMOUTPUTDESTINATION.txt < prev   
Encoding:
Text File  |  2003-11-07  |  2.9 KB  |  134 lines

  1. object FormOutputDestination: TFormOutputDestination
  2.   Left = 347
  3.   Top = 183
  4.   BorderStyle = bsDialog
  5.   Caption = 'Output Folder'
  6.   ClientHeight = 268
  7.   ClientWidth = 433
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 433
  24.     Height = 268
  25.     Align = alClient
  26.     BevelOuter = bvLowered
  27.     BevelWidth = 3
  28.     TabOrder = 0
  29.     object Image1: TImage
  30.       Left = 3
  31.       Top = 3
  32.       Width = 427
  33.       Height = 262
  34.       Align = alClient
  35.       Picture.Data = {<image000.bmp>}
  36.       Stretch = True
  37.     end
  38.     object pbHelp: TRSButton
  39.       Left = 320
  40.       Top = 200
  41.       Width = 86
  42.       Height = 23
  43.       Picture.Data = {<image001.bmp>}
  44.       OnClick = pbHelpClick
  45.     end
  46.     object pbCancel: TRSButton
  47.       Left = 320
  48.       Top = 168
  49.       Width = 86
  50.       Height = 23
  51.       Picture.Data = {<image002.bmp>}
  52.       OnClick = pbCancelClick
  53.     end
  54.     object pbOK: TRSButton
  55.       Left = 320
  56.       Top = 136
  57.       Width = 86
  58.       Height = 23
  59.       Picture.Data = {<image003.bmp>}
  60.       OnClick = pbOKClick
  61.     end
  62.     object pbCreateFolder: TRSButton
  63.       Left = 320
  64.       Top = 72
  65.       Width = 86
  66.       Height = 23
  67.       Picture.Data = {<image004.bmp>}
  68.       OnClick = pbCreateFolderClick
  69.     end
  70.     object Panel2: TPanel
  71.       Left = 16
  72.       Top = 16
  73.       Width = 281
  74.       Height = 233
  75.       BevelWidth = 3
  76.       TabOrder = 0
  77.       object Image2: TImage
  78.         Left = 3
  79.         Top = 3
  80.         Width = 275
  81.         Height = 227
  82.         Align = alClient
  83.         Picture.Data = {<image005.bmp>}
  84.         Stretch = True
  85.       end
  86.       object dfsPath: TEdit
  87.         Left = 16
  88.         Top = 16
  89.         Width = 257
  90.         Height = 21
  91.         Color = clBlack
  92.         Font.Charset = DEFAULT_CHARSET
  93.         Font.Color = clLime
  94.         Font.Height = -11
  95.         Font.Name = 'MS Sans Serif'
  96.         Font.Style = []
  97.         ParentFont = False
  98.         TabOrder = 0
  99.       end
  100.       object lbSelectPath: TDirectoryListBox
  101.         Left = 16
  102.         Top = 40
  103.         Width = 257
  104.         Height = 153
  105.         Color = clBlack
  106.         Font.Charset = DEFAULT_CHARSET
  107.         Font.Color = clLime
  108.         Font.Height = -11
  109.         Font.Name = 'MS Sans Serif'
  110.         Font.Style = []
  111.         ItemHeight = 16
  112.         ParentFont = False
  113.         TabOrder = 1
  114.         OnChange = lbSelectPathChange
  115.       end
  116.       object cbDrives: TDriveComboBox
  117.         Left = 16
  118.         Top = 198
  119.         Width = 257
  120.         Height = 19
  121.         Color = clBlack
  122.         DirList = lbSelectPath
  123.         Font.Charset = DEFAULT_CHARSET
  124.         Font.Color = clLime
  125.         Font.Height = -11
  126.         Font.Name = 'MS Sans Serif'
  127.         Font.Style = []
  128.         ParentFont = False
  129.         TabOrder = 2
  130.       end
  131.     end
  132.   end
  133. end
  134.